Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <p> tag


The HTML element <p> shows a paragraph. We normally see paragraphs in pictures as groups of text separated from other blocks by empty lines and indents at the start, but HTML can use any kind of connected things like photos or forms.
Text sections are large parts. They close by themselves if another big part is found before the end tag </p>. See "Tag omission" below.
The <p> tag sets up a paragraph.
Browsers add one empty line before and after every <p> part.

HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="UTF-8">
<!--This is our webpage it's our very first webpage title-->
<title>Levoric | HTML Fundamentle Tutorial</title>
</head>
<body>
<!--This is our web content it's our very first web content inside of body tag-->
<h1 class="heading-1"> What is P Tag ? </h1>

<p1 class="Paragraph-1">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eos ullam a id molestias vero! Officiis voluptatibus consectetur ullam eos ea omnis commodi vel architecto, animi dolore itaque quidem quo voluptatum?
</body>
</html>


output


Example-image-levoriclearn-logo-btag-a








Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<p> Yes Yes Yes Yes Yes